home *** CD-ROM | disk | FTP | other *** search
- Contents ScopeDisk8
-
- A68k121 - If you are an experienced 68000/68010 Assembly language
- programmer, you will find much of this material useful in
- understanding assembly language programming on the AMIGA. If you are
- an experienced AMIGA assembly language programmer, you may find much
- of the material boring, and will only want to use this as a reference
- document. If you don't know assembly language, then this document will
- not teach it, so you may need to get one of a number available
- reference books on MC68000 assembly language programming.
-
- ASG - ASG is a simple compiler that allows you to define windows, menus,
- gadgets, and requesters in a simple manner. It allows you to supply
- only the information you feel is relevent and it will supply the rest.
-
- ASM - various assembly routines.
-
- DeBug - a debugger geared towards the heavy duty hacker.
-
- Hunker - This program was written by Terry Fisher. Its purpose: to fix
- some of those nasty programs that were written before people started
- using fast memory. Now, it can also be used as a valuable 'C'
- development tool, similar in function to the Assembly language Atom
- utility. By running this program on your executable, you can avoid
- having to copy image data into chip memory. Simply put 'Hunker
- <file> d=c' into your Makefile, and all initialized data will be
- loaded into chip memory automatically.
-
- IA - An early but effective iconmaker Use in conjunction with a paint prog.
-
- MenuBuild - There is a difficulty in building menus, this program will
- automate the process. This program will take a simple text file and
- generate a C source file with all the needed structures for producing
- an AMIGA Menu.
-
- PtrData - The Intuition function SetPointer() allows you to attach a
- custom pointer to a window by specifing the Window, Sprite, height,
- width, xoffset and yoffset. The Preferences program allows you to
- design your custom pointers but it saves them as a preferences
- structure in the devs: directory as a file system-configuration.
- This program will read the system-configuration file and then generate
- the C data needed to use the SetPointer function.
-
- Qint - A Matt Dillon special on Interrupts etc.
-
- SmallLib - This is for all you who program the Amiga in 68000 assembly
- (Both of you... :-). It works just like Amiga.lib except it's only
- 11K instead of over 88K. What's missing?? All those mangy C language
- stubs you don't need anyway.
-
- SuperLib - a general C support library often used by Matt Dillon.